@charset "UTF-8";
/*reset
 * 常见重置css样式
 * ============================ start ============================ */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

:focus{ outline:none!important;}

/*页面整体变黑灰--开始*/
/*html {*/
    /*filter: url(“data:image/svg+xml;utf8,<svg xmlns=\’http://www.w3.org/2000/svg\’><filter id=\’grayscale\’> <feColorMatrix type=\’matrix\’ values=\’0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\’/></filter></svg>#grayscale”);*/
    /*!* Firefox 10+, Firefox on Android *!*/
    /*filter: gray;*/
    /*!* IE6-9 *!*/
    /*-webkit-filter: grayscale(100%);*/
    /*!* Chrome 19+, Safari 6+, Safari 6+ iOS *!*/

/*}*/
/*页面整体变黑灰--结束*/

body,
button,
input,
select,
textarea {
  font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
pre,
samp {
  font-family: couriernew, courier, monospace;
}

small {
  font-size: 12px;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

fieldset,
img {
  border: 0;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b3b3b3;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b3b3b3;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear:after {
  content: '';
  display: block;
  clear: both;
}

.float-tag:after {
  content: '';
  display: block;
  clear: both;
}

.clear,
.float-tag {
  zoom: 1;
}

.float-tag li {
  float: left;
}

.mask {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.big-a {
  display: block;
}

input {
  outline-color: #e0e0e0;
  border-width: 1px;
}

/* ============================ end ============================ */
html,
body {
  width: 100%;
  height: 100%;
  font-family: 'PingFang SC', 'Helvetica Neue', Helvetica, 'Hiragino Sans GB', STHeitiSC-Light, 'Microsoft YaHei', Arial, sans-serif;
}

/* 页眉 */
.wrap {
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: #f7f7f7;
  position: relative;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  opacity: 0;
  overflow: auto;
}

.header {
  width: 100%;
  height: 66px;
  /*padding-top: 20px;*/
  position: fixed;
  top: 0;
  left: 0;
  z-index:1000;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  min-width: 1050px;
  background-color:rgba(255,255,255,0.7);
  box-shadow:0px 0px 10px rgba(0,0,0,0.3);
}

.header .logo {
  width: 138px;
  padding-top:9px;

}

.header .logo > a {
  display: block;
}

.header .logo > a > img {
  width: 100%;
}

.header .header-right {
  /*padding-top: 15px;*/
  position: relative;
  padding-right: 40px;
}

.header .header-right .nav {
  float: left;
}

.header .header-right .nav > li {
  padding: 0 15px;
}

.header .header-right .nav > li > a {
  padding: 4px 2px;
  display: block;
  color:#c81d1f;
  font-size: 14px;
  /*font-weight: bold;*/
  border-bottom: 2px solid transparent;
  position: relative;
}

.header .header-right .nav > li > a:hover {
  background-color: transparent;
  border-bottom:3px solid #c8121b;
  padding-bottom:20px;
}

.header .header-right .nav > li > a.active {
    border-bottom: 3px solid #c8121b;
    padding-bottom: 20px;
}
/*添加子菜单--起始*/

.nav{
   margin-bottom: 0!important;
   padding-top: 20px;
   padding-right: 80px;
}
.nav li{
  position:relative;
}
.nav li .navChild {
      position: absolute;
      display: none;
      top:44px;
      background-color:rgba(0,0,0,0.8);
      /*box-shadow: 5px 5px 5px rgba(0,0,0,0.4);*/
      border-top:3px solid #c8121b;
      text-align: center;
    }
.nav li .navChild li {
   padding:10px 21px;

 }
.nav li:nth-child(3) .navChild li:last-child {
   padding:10px 10px;

 }
.nav li .navChild li:first-child{
  padding-top: 0.5rem;
}
.nav li .navChild li:last-child{
  padding-bottom: 0.5rem;
}
 .nav li:nth-child(2) .navChild{
    left:-2px;
 }
.nav li:nth-child(3) .navChild{
    left:-21px;
 }
.nav li:nth-child(4) .navChild{
    left:-4px;
 }
.nav li:nth-child(5) .navChild{
    left:-5px;
    /*height:695px;*/
    /*overflow: auto;*/
 }
.nav li:nth-child(6) .navChild{
    left:0px;
 }
.nav li:nth-child(7) .navChild{
    left:-59px;
 }


@media screen and (min-width:1501px){
  .nav li:nth-child(2) .navChild{
    left:11px;
  }
}
@media screen and (max-width:1500px) and (min-width:1019px){
  .nav li:nth-child(7) .navChild{
    left:-66px;
  }
}
@media screen and (max-width:1279px) and (min-width:1230px){
.nav{
  padding-right: 18px;
}
}
@media screen and (max-width:1200px) and (min-width:1020px){
  .nav li:nth-child(2) .navChild{
    left:-2px;
  }
  .nav li:nth-child(3) .navChild{
    left:-33px;
  }
  .nav li:nth-child(4) .navChild{
    left:-20px;
  }
  .nav li:nth-child(5) .navChild{
    left:-24px;
  }
  .nav li:nth-child(6) .navChild{
    left:-13px;
  }
  .nav li:nth-child(7) .navChild{
    left:-75px;
  }
}

@media screen and (max-width:1500px) and (min-width:1201px){
  .nav li:nth-child(2) .navChild{
    left:2px;
  }
  .nav li:nth-child(3) .navChild{
    left:-26px;
  }
  .nav li:nth-child(4) .navChild{
    left:-13px;
  }
  .nav li:nth-child(5) .navChild{
    left:-14px;
  }
  .nav li:nth-child(6) .navChild{
    left:-5px;
  }
}
.nav li .navChild li a{
  color:#fff;
  font-size: 12px;
  display: block;
  word-break: keep-all;
  white-space: nowrap;
  text-decoration: none;
}
.nav li .navChild li:hover{
  background-color: transparent;
  background-color:rgba(216,30,32,0.8);
  cursor: pointer;
}
@media screen and (min-width:980px){
  .nav{
    padding-right: 10px;
  }
}
@media screen and (min-width:1280px){
  .nav{
    padding-right:80px;
  }
}
@media screen and (max-width:1400px) and (min-width:1279px){
  .nav{
    padding-right: 40px;
  }
}
@media screen and (max-width:1499px) and (min-width:1399px){
  .nav{
    padding-right:60px;
  }
}
body{
  /*三角箭头的颜色*/
  scrollbar-arrow-color:rgba(157, 165, 183, 0.7);
  /**立体滚动条的颜色*/
  scrollbar-face-color:rgba(157, 165, 183, 0.7);
  /* 立体滚动条亮边的颜色*/
  scrollbar-3dlight-color:#666;
  /*滚动条空白部分的颜色*/
  scrollbar-highlight-color:#595959;
  /*立体滚动条阴影的颜色*/
  scrollbar-shadow-color:rgba(157, 165, 183, 0.7);
  /* 立体滚动条强阴影的颜色*/
  scrollbar-darkshadow-color:#7f8592;
  /*立体滚动条背景颜色*/
  scrollbar-track-color:#595959;
  /*滚动条的基本颜色 */
  scrollbar-base-color:#7f8592;
  /*自定义个性鼠标*/
  /*Cursor:url(mouse.cur);*/

}
/*子导航调的宽度设置*/
::-webkit-scrollbar{
  height:5px !important;
  width:10px !important;
}

/*定义了滚动条滑块的样式*/
::-webkit-scrollbar-thumb {
  border-radius: 0;
  /*border-style: dashed;*/
  /*background-color: rgba(0, 0, 0, 0.8);*/
  background-color: #7f8592;;
  border-color: #ddd;
  border-width: 1px;
  background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover{

}

/*定义了轨道的样式*/

::-webkit-scrollbar-track {/*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.8);
  border-radius:1px;
  background:#595959;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(157, 165, 183, 0.7)
}
::-moz-scrollbar{
  width:1px;
}
::-moz-scrollbar-thumb {
     border-radius:1px;
     background:#595959;
}



/*子导航调的宽度设置--止*/


@media screen  and (max-width:1500px) and (min-width:1200px){
  .header .header-right .nav > li{
    padding: 0 10px;
  }
  /*.nav li .navChild li{*/
  /*  padding: 0 0.5rem;*/
  /*  padding-bottom: 0.5rem;*/
  /*}*/
}
@media screen  and (max-width:1199px) and (min-width:980px){
  .header .header-right .nav > li{
    padding: 0 5px;
    z-index:100;
  }
  /*.nav li .navChild li{*/
  /*  padding: 0 0.3rem;*/
  /*  padding-bottom: 0.5rem;*/
  /*}*/
  .header .header-right .search-box{
    right:22px;
  }
  .header .header-right{
    margin-right: 5% !important;
  }
}

 /*添加子菜单--结束*/

.header .header-right .search-box {
  position: absolute;
  top: 15px;
  right: 0;
}

.header .header-right .search-box > .s-btn {
  width: 35px;
  height: 35px;
  border: none;
  outline: none;
  background-image: url(../img/s-btn2.png);
  background-position: 8px 8px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-color: #e60012;
  opacity: 0.75;
  animation-duration: 1.3s;
  -webkit-animation-duration: 1.3s;
  -moz-animation-duration: 1.3s;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
}

.header .header-right .search-box > .s-btn:hover {
  opacity: 1;
}

.header .header-right .search-box > .s-btn-b {
  width: 52px;
  height: 52px;
  background-position: 12px 12px;
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  opacity: 1;
}

.header .header-right .search-box > .s-txt {
  height: 35px;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  margin-bottom: 0;
  font-size: 18px;
  width: 0;
  padding: 0;
  transition: width 0.4s;
  -webkit-transition: width 0.4s;
  -moz-transition: width 0.4s;
  border: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.header .header-right .search-box > .s-txt-b {
  width: 300px;
  height: 52px;
  padding: 0 10px;
  border: 1px solid #999;
  border-right: none;
}

.header .header-right .form-t {
  top: 70px;
}

.header .header-right .lang {
  text-align: center;
  color: white;
  float: left;
  margin-left: 14px;
  padding-top: 23px;
  cursor: pointer;
}

.header .header-right .lang > .l-now .l-txt {
  font-size: 16px;
  float: left;
  vertical-align: middle;
}

.header .header-right .lang > .l-now .l-txt > a {
  color:#c81d1f;
  font-weight: bold;
}

.header .header-right .lang > .l-now .l-icon {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top-color: #fff;
  float: left;
  margin-top: 8px;
  vertical-align: middle;
  margin-left: 3px;
}

.header-type2 {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.header-type2 .header-right .nav > li > a {
  color: #c81d1f;
}

.header-type2 .header-right .lang {
  color: #666666;
}

.header-type2 .header-right .lang > .l-now .l-icon {
  border-top-color: #666666;
}

.header-type2 .header-right .lang > .l-now .l-txt {
  font-size: 16px;
  float: left;
  vertical-align: middle;
}

.header-type2 .header-right .lang > .l-now .l-txt > a {
  color: #c81d1f;
}

.header-type2 .header-right .search-box > .s-btn {
  background-image: url(../img/s-btn2.png);
}

.header-type2 .header-right .form-t {
  top: 70px;
}

.wechat-m {
  display: none;
  position: fixed;
  top: 17.5px;
  right: 60px;
  width: 24px;
  height: 25px;
  z-index:9999;
  margin-left: 0;
}

.wechat-m .wechat-i {
  margin-top: -5px;
  background: url("../img/weichat.png?v=3") no-repeat center;
  background-size: cover;
  width: 35px;
  height: 35px;
  display: inline-block;
  z-index:10;
}

.wechat-s {
  float: left;
  cursor: pointer;
  position: relative;
  top:20px;
}

.wechat-s .wechat-i {
  margin-top: -5px;
  background: url("../img/weichat-p.png?v=3") no-repeat center;
  opacity: 0.75;
  background-size: cover;
  width: 35px;
  height: 35px;
  display: inline-block;
}

.wechat-s .code {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: none;
  width: 200px;
  height: 220px;
  position: absolute;
  left: -70px;
  top: 33px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
  padding: 20px;
  border-radius: 2px;
  background: #fff;
  text-align: center;
}

.wechat-s .code .share {
  padding-top: 6px;
}

.wechat-s .code img {
  width: 100%;
}

.wechat-s:hover .code {
  display: block;
}


/*.header-type3 {*/
/*  padding-top: 10px;*/
/*  height: 50px;*/
/*}*/

/*.header-type3 .logo {*/
/*  width: 100px;*/
/*  margin-top: 7px;*/
/*}*/

.header-type3 .header-right {
  /*padding-top: 8px;*/
}

.header-type3 .header-right .nav > li > a {
  font-size: 14px !important;
}

.header-type3 .header-right .search-box {
  /*top: 3px;*/
}

.header-type3 .header-right .form-t {
  top: 70px;
}

/* 页眉 */
.content {
  height: 100%;
}

/* 页尾 */
.footer {
  min-width: 1200px;
  width: 100%;
  height: 459px;
  background-image: url(../img/f-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 86px;
  overflow: hidden;
  position: relative;
}

.footer > .footer-main {
  width: 1576px;
  margin-left: -788px;
  height: 373px;
  margin-top: -186px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: rgba(0, 0, 0, 0.8);
}

.footer > .footer-main > div {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}

.footer > .footer-main > div > .left {
  width: 150px;
  padding-top: 100px;
  float: left;
}

.footer > .footer-main > div > .left > .code2 {
  width: 100%;
}

.footer > .footer-main > div > .left > p {
  text-align: center;
  color: white;
  margin-top: 5px;
}

.footer > .footer-main > div > .left > p > img {
  width: 24px;
  margin-right: 5px;
}

.footer > .footer-main > div > .right {
  margin-left: 45px;
  color: #ffffff;
  width: 540px;
  float: left;
  margin-top: 124px;
}

.footer > .footer-main > div > .right > h5 {
  font-size: 20px;
  line-height: 1em;
  padding: 15px 3px;
  border-bottom: 1px solid #939698;
  font-weight: normal;
}

.footer > .footer-main > div > .right > p {
  margin-top: 15px;
  padding-left: 3px;
}

.footer > .footer-main > div > .right > p > a {
  display: inline-block;
  margin-right: 30px;
  color: white;
  transition: 0.25s;
}

.footer > .footer-main > div > .right > p > a:hover {
  color: #c81d1f;
}

.footer > .footer-main > div > .pos {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  right: 10px;
  bottom: 60px;
}

.footer > .footer-main > div > .pos a {
  color: #ffffff;
}

/*@media screen and (min-width:1200px){*/
/*  .footer .footer-main{*/
/*    width:90%;*/
/*    margin:0 auto;*/
/*    margin-top: 30px;*/
/*  }*/
/*}*/

.tit-style1 {
  color: #3e3a39;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 33px;
}

.tit-style1 h2 {
  font-size: 35px;
  line-height: 1em;
  border-bottom: 2px solid #c8121b;
  display: inline-block;
  padding: 5px 0;
  font-weight: normal;
}

.tit-style1 p {
  font-size: 18px;
  margin-top: 5px;
}

.wechat-m-tip__warpper {
  display: none;
  position: fixed;
  height: 100%;
  left: 0;
  top:50px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 102;
  text-align: center;
  padding-bottom: 20px;
}

.wechat-m-tip__warpper img {
  width: 94%;
}

.feedback_btn {
  cursor: pointer;
  background: url(../img/feekback.jpg) no-repeat center;
  height: 32px;
  background-size: cover;
  width: 120px;
  display: inline-block;
  margin-bottom: 16px;
  border-radius: 4px;
}

.contact_contact {
  margin-left: 20px;
  background-image: url(../img/contact_us.jpg);
}

.contact-from div {
  position: relative;
  font-size: 14px;
}

.contact-from div label {
  height: 40px;
  line-height: 40px;
  position: absolute;
  left: 10px;
  color: #b3b3b3;
  top: 0px;
}

.contact-from div label img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 8px;
}

.contact-from div input {
  height: 40px;
  border-radius: 2px;
  border: solid 1px #cccccc;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  /* Safari */
  width: 100%;
  padding-left: 40px;
}

#contactMask .content {
  width: 450px;
}

#contactMask .content .btn_warpper {
  text-align: center;
}

#contactMask .content .btn_warpper .submit {
  float: none;
  display: inline-block;
}

#contactMask .content textarea {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}

.feedback__mask {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #333;
  z-index: 999999999999999;
  text-align: center;
}

.feedback__mask .content {
  max-width: 75%;
  border-radius: 2px;
  width: 360px;
  padding: 20px;
  background: #fff;
  position: absolute;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.feedback__mask .content label {
  margin: 0;
  padding: 0;
}

.feedback__mask .content .close {
  position: absolute;
  font-size: 30px;
  right: 10px;
  top: 10px;
  color: #333;
  opacity: 0.8;
}

.feedback__mask .content .title {
  font-size: 18px;
  margin-bottom: 20px;
}

.feedback__mask .content textarea {
  width: 100%;
  margin-bottom: 20px;
  resize: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
}

.feedback__mask .content .btn_warpper {
  overflow: hidden;
}

.feedback__mask .content .btn_warpper div {
  float: left;
  width: 40%;
  height: 32px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
  border: 1px solid #eee;
  color: #666;
  border-radius: 4px;
}

.feedback__mask .content .btn_warpper .file {
  margin-right: 10%;
  margin-left: 5%;
}

.feedback__mask .content .btn_warpper .submit {
  background: #e30b20;
  color: #fff;
}

/* 大屏幕 */
/* 平板电脑和小屏电脑之间的分辨率 */
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
  .feedback_btn {
    margin-bottom: 0;
  }
}

/* 横向放置的手机及分辨率更小的设备 */
/*2017-08-21响应式*/
/*汉堡导航*/
.menu-btn {
  display: none;
  position: fixed;
  top: 19.5px;
  right: 10px;
  width: 24px;
  height: 25px;
  z-index: 9999999;
  margin-left: 0;
}

.menu-btn > span {
  display: block;
  width: 24px;
  height: 3px;
  background: #000;
  cursor: pointer;
  border-radius: 3px;
}

.menu-btn > span:nth-child(1) {
  position: absolute;
  top: 4px;
}

.menu-btn > span:nth-child(2) {
  position: absolute;
  top: 11px;
}

.menu-btn > span:nth-child(3) {
  position: absolute;
  top: 18px;
}

.menu-btn > .span1 {
  background: white;
  -webkit-animation: span1 0.5s alternate;
  -moz-animation: span1 0.5s alternate;
  animation: span1 0.5s alternate;
  -webkit-transform: translateY(7px) rotateZ(45deg);
  -moz-transform: translateY(7px) rotateZ(45deg);
  transform: translateY(7px) rotateZ(45deg);
  margin-left: 0;
}

.menu-btn > .span3 {
  background: white;
  -webkit-animation: span2 0.5s alternate;
  -moz-animation: span2 0.5s alternate;
  animation: span2 0.5s alternate;
  -webkit-transform: translateY(-7px) rotateZ(-45deg);
  -moz-transform: translateY(-7px) rotateZ(-45deg);
  transform: translateY(-7px) rotateZ(-45deg);
  margin-left: 0;
}

.menu-btn > .span1-1 {
  background: #000;
  -webkit-animation: span1-1 0.5s alternate;
  -moz-animation: span1-1 0.5s alternate;
  -o-animation: span1-1 0.5s alternate;
  animation: span1-1 0.5s alternate;
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
  margin-left: 0;
}

.menu-btn > .span3-1 {
  animation: span3-1 0.5s alternate;
  -webkit-transform: translateY(0px) rotateZ(0deg);
  -moz-transform: translateY(0px) rotateZ(0deg);
  -ms-transform: translateY(0px) rotateZ(0deg);
  -o-transform: translateY(0px) rotateZ(0deg);
  transform: translateY(0px) rotateZ(0deg);
  background: #000;
  margin-left: 0;
}

.right-menu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #333;
  z-index: 9999997;
  min-width: 320px;
  overflow: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.45s;
  -moz-transition: 0.45s;
  transition: 0.45s;
}

.right-menu > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  z-index:10;
  background: #333;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
}

.right-menu > div > .menu-ul {
  height: 80%;
  overflow-x: hidden;
  overflow-y: scroll;
}

.right-menu > div > .menu-ul > li {
  width: 100%;
  line-height: 2.5em;
  position: relative;
  font-size: 14px;
}

.right-menu > div > .menu-ul > li > a {
  border-bottom: 1px solid #444;
  border-top: 1px solid #444;
  color: white;
  display: block;
  opacity: 0.8;
  width: 100%;
  padding-left: 10%;
}

.right-menu > div > .menu-ul > li:first-child > a{
  border-top: none;
}
.right-menu > div > .menu-ul > li:hover {
  opacity: 1;
}

.right-menu > div > .menu-ul > li > img {
  width: 24px;
  position: absolute;
  top: 5px;
  right: 10px;
}

.right-menu1 {
  -webkit-transform: translateX(0px);
  -moz-transform: translateX(0px);
  transform: translateX(0px);
}
/*手机端header 响应式*/
.right-menu > div > .menu-ul li ul{
  padding-left:14%;
  display: none;
}
.right-menu > div > .menu-ul li ul li a{
  color:#fff;
  font-size:13px;
  text-decoration: none;
    opacity: 0.8;
}

@keyframes span1 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    transform: translateY(-3px);
  }
  70% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(7px) rotateZ(45deg);
    background: #fff;
  }
}

@-webkit-keyframes span1 {
  0% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -webkit-transform: translateY(-3px);
  }
  70% {
    -webkit-transform: translateY(7px);
  }
  100% {
    -webkit-transform: translateY(7px) rotateZ(45deg);
    background: #fff;
  }
}

@-moz-keyframes span1 {
  0% {
    -moz-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -moz-transform: translateY(-3px);
  }
  70% {
    -moz-transform: translateY(7px);
  }
  100% {
    -moz-transform: translateY(7px) rotateZ(45deg);
    background: #fff;
  }
}

@keyframes span2 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    transform: translateY(3px);
  }
  70% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(-7px) rotateZ(-45deg);
    background: #fff;
  }
}

@keyframes span2 {
  0% {
    transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    transform: translateY(3px);
  }
  70% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(-7px) rotateZ(-45deg);
    background: #fff;
  }
}

@-webkit-keyframes span2 {
  0% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
  }
  10% {
    -webkit-transform: translateY(3px);
  }
  70% {
    -webkit-transform: translateY(-7px);
  }
  100% {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
    background: #fff;
  }
}

@keyframes span1-1 {
  0% {
    transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    transform: translateY(7px);
  }
  70% {
    transform: translateY(-3px);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
    background: #000;
  }
}

@-webkit-keyframes span1-1 {
  0% {
    -webkit-transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    -webkit-transform: translateY(7px);
  }
  70% {
    -webkit-transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(0px) rotateZ(0deg);
    background: #000;
  }
}

@-moz-keyframes span1-1 {
  0% {
    -moz-transform: translateY(7px) rotateZ(45deg);
  }
  10% {
    -moz-transform: translateY(7px);
  }
  70% {
    -moz-transform: translateY(-3px);
  }
  100% {
    -moz-transform: translateY(0px) rotateZ(0deg);
    background: #000;
  }
}

@keyframes span3-1 {
  0% {
    transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    transform: translateY(-7px);
  }
  70% {
    transform: translateY(3px);
  }
  100% {
    transform: translateY(0px) rotateZ(0deg);
    background: #000;
  }
}

@-webkit-keyframes span3-1 {
  0% {
    -webkit-transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    -webkit-transform: translateY(-7px);
  }
  70% {
    -webkit-transform: translateY(3px);
  }
  100% {
    -webkit-transform: translateY(0px) rotateZ(0deg);
    background: #000;
  }
}

@-moz-keyframes span3-1 {
  0% {
    -moz-transform: translateY(-7px) rotateZ(-45deg);
  }
  10% {
    -moz-transform: translateY(-7px);
  }
  70% {
    -moz-transform: translateY(3px);
  }
  100% {
    -moz-transform: translateY(0px) rotateZ(0deg);
    background: #000;
  }
}

.autoTapa {
  width: 150px;
  height: 30px;
  position: absolute;
  top: 24px;
  right: 0;
  background: #c30d23;
  font-size: 14px;
  display: none;
  cursor: pointer;
}

.autoTapa > p {
  width: 75%;
  height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: white;
  outline: none;
  line-height: 2.2em;
  padding-left: 10%;
  padding-right: 15%;
}

.autoTapa > p > img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.autoTapa > ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #c30d23;
  display: none;
  z-index: 10;
}

.autoTapa > ul a {
  color: white;
  padding-left: 10%;
  display: block;
  width: 85%;
  height: 100%;
}

.autoTapa li a {
  display: inline-block;
  line-height: normal;
  padding-top: 5px;
  padding-bottom: 5px;
}
.video-d .video-cont{
   width:1200px;
   padding:20px 0;
   margin:auto;
}
@media (max-width: 1280px) {
  .footer {
    min-width: 100%;
  }
  .footer .footer-main {
    width: 100%;
    margin-left: 0;
    left: 0;
  }
  .footer .footer-main > div {
    width: 94%;
  }
  .video-d .video-cont{
    width:100%;

  }
}

@media (max-width: 1230px) {
  .header .logo {
    width: 140px;
    margin-left: 4%;
  }
  .header .header-right {
    margin-right: 4%;
  }
  .header-type3 .logo {
    width: 140px;
  }
}

@media (max-width: 979px) {
  .header {
    min-width: 100%;
    height:34px;
    /*padding-top: 10px;*/
    padding: 8px 0 8px;
  }
  .header .logo {
    width: 83px;
    margin-left: 3%;
    /*margin-top: 5px;*/
    padding-top:3px;
  }
  .content .content1{
    margin:51px 0 0!important;
  }
  .menu-btn{
    top:13.5px;
  }
  .header .header-right {
    display: none;
  }
  .footer > .footer-main > div > .left {
    width: 140px;
  }
  .menu-btn {
    display: block;
  }
  .right-menu {
    display: block;
  }
}

@media (max-width: 767px) {
  .content > .swiper-container.index-swiper .ban-1 {
    background-image: url(../img/banner-m-1.jpg?v=3);
  }
  .content > .swiper-container.index-swiper .ban0 {
    background-image: url(../img/banner-m-2.jpg?V=1);
  }
  .tit-style1 h2 {
    font-size: 30px;
  }
  .tit-style1 p {
    font-size: 16px;
  }
  .footer .footer-main {
    margin-left: 0;
    left: 0;
  }
  .footer .footer-main > div {
    width: 94%;
  }
  .footer .footer-main > div > .left {
    float: none;
    width: 100%;
    padding-top: 40px;
    text-align: center;
  }
  .footer .footer-main > div > .left > .code2 {
    width: 80px;
  }
  .footer .footer-main > div > .right {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .footer .footer-main > div > .pos {
    width: 100%;
    right: 50%;
    bottom: 32px;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
  }
  .footer .footer-main > div > .pos > span {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .content .content-main{
    z-index: 90 !important;
  }
  .video-d{
    z-index: 8 !important;
  }
  .video-d .video-cont{
    z-index: 5 !important;
  }
  .video-d .video-cont #jt_video{
    z-index: 5 !important;
    position: relative;
  }
  .right-menu > div > .menu-ul{
    z-index: 99 !important;
  }
  .wechat-m {
    display: block;
  }
  .tit-style1 h2 {
    font-size: 20px;
  }
  .tit-style1 p {
    font-size: 14px;
  }
  .footer .footer-main > div > .pos {
    right: 0;
    bottom: 32px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

/*重写footer2020.3.22---开始*/
.content-footer{
  width:100%;
  /*min-width: 1200px;*/
  height: auto;
  background-image: url(../img/f-bg.jpg);
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  background-size: 100% 100%;
  background-position: center center;
  padding-top: 86px;
  overflow: hidden;
  position: relative;
}
.footer-new{
  width:1200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  background-color:rgba(0,0,0,0.8);
  padding:20px 0;
  margin:0 auto;
  /*padding-left:20px;*/
}
.footer-new .footer-left{
  width:74%;
  text-align:center;
}
.footer-new .footer-left .ul-nav{
  width:100%;
  display: flex;
  flex-wrap:wrap;
  justify-content:space-around;
  text-align:center;
}
.footer-new .footer-left .ul-nav .nav-li:first-child{
  /*padding-left: 40px;*/
}
.footer-new .footer-left .ul-nav .nav-li{
  list-style:none;
  letter-spacing: 1px;
  cursor: pointer;
  border-right: 1px dashed;
  padding: 0px 7px;
  text-align:center;
}
.footer-new .footer-left .ul-nav .nav-li >a{
  font-size: 16px;
  color:#c81d1f;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
}

/*product test*/
.footer-new .footer-left .ul-nav .nav-li .navli-child{
  height:287px;
  overflow: auto;
  text-align:center;
  overflow-x: hidden;
}
.footer-new .footer-left .ul-nav .nav-li .navli-child li{
  padding-bottom: 5px;
}

.footer-new .footer-left .ul-nav .nav-li:nth-child(4){
  /*padding-right: 0!important;*/
}
.footer-new .footer-left .ul-nav .nav-li .navli-child li a{
  font-size: 12px;
  color:#fff;
}
.footer-new .footer-left .ul-nav .nav-li .navli-child li a:hover{
  color:#c81d1f;
}
.footer-new .footer-right{
  width:26%;
  text-align:center;
  overflow: hidden;
  margin: auto;
}
.footer-new .footer-right .left > p > img {
  width: 24px;
  margin-right: 5px;
}
.footer-new .footer-right .left{
  width:100%;
}
.footer-new .footer-right .left .code2{
  width:30%;
}
.footer-new .footer-right .left > p {
  text-align: center;
  color: white;
  margin-top: 5px;
}
.footer-new .footer-right .entry-list{
  width:100%;
  display: flex;
  flex-wrap:wrap;
  justify-content: space-around;
  text-align: center;
  padding-top: 25px;
}
.footer-new .footer-right .entry-list a{
  color: #fff;
  text-align: center;
  width:48%;
}
.footer-new .footer-right .entry-list a:hover{
  color: #c81d1f;
}
.footer-new .footer-right .entry-list .entry-item{
  width:96%;
  text-align: center;
}
.footer-new .footer-right .entry-list .entry-item span {
  font-size: 12px;
  vertical-align: middle;
  width:62px;
  /*padding-left: 8px;*/
  display: inline-block;
}
.footer-under{
  margin-top: 86px;
  height:auto;padding:1rem 0;
  background:rgba(0,0,0,.8);
  color:#fff;
  font-size: 14px;
  text-align:center;
}
.footer-under span a{
  color:#fff;
  cursor: pointer;
}
.footer-under span a:hover{
  color: #c81d1f;
}
/*重写footer2020.3.22---结束*/

/*新增右侧悬浮电话框--开始*/
.call-middle{
   width:200px;
   height:auto;
   margin-top:50px;
   position:fixed;
    right:5px;
    top:150px;
    z-index:999;
}

/*新增右侧悬浮电话框--结束*/

/*新增对话框--开始*/
.contact-mask{
  width:200px;
  height:371px;
  position:fixed;
  right:0px;
  bottom:0px;
  z-index:999;
  background-image: url(../img/bg-new2.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  /*padding:39px 0 33px;*/
}
/*隐藏 对话框内容设置-开始*/
.contact-mask2{
  width:200px;
  height:97px;
  position:fixed;
  right:0px;
  bottom:0px;
  z-index:999;
  background-image: url(../img/bg-new1.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  display: none;
}
label{
  margin-bottom: 0!important;
}
/*隐藏 对话框内容设置-结束*/

.contact-mask .mask-up{
  width:106%;
  /*display: flex;*/
  text-align:center;
  /*padding-top:106px;*/
  position: absolute;
  top:96px;
}
.mask-span{
  font-size: 12px;
  color:#fcfefd;
  margin-left:30px!important;
  /*padding-bottom: 5px;*/
}
label, input, button, select, textarea{
  line-height: 16px!important;
}

.box-bg{
  box-shadow: 7px 7px 0px rgba(161,36,54,0.8);
}
.contact-mask .mask-down{
  width:100%;
  margin-top:20px;
  background-color:#bc1e37;
}
.mask-right{
  margin: 0 auto;
  text-align: center;
  vertical-align: center;
  /*padding-top: 168px;*/
  /*padding-right: 46px;*/
  padding-top:11px;
}
.mask-right button{
  font-size: 18px;
  color:#bc1e37;
  background-color:#fff!important;
  font-weight: 600;
}
.arrow-down{
  width:20px;
  position: fixed;
  right:5px;
  bottom:272px;
  cursor: pointer;
}
.arrow-up{
  position: fixed;
  right:5px;
  bottom:0;
  width:20px;
  cursor: pointer;
}

/*footer  2020.3.28适配---开始*/


@media screen and (min-width:975px){
  .footer-phone{
    display: none;
  }
}
@media screen and (max-width:1165px) and (min-width:975px){

    .footer-new{
        display: flex;
        flex-wrap:nowrap ;
        padding-left: 0;
        width:100%;
    }
  .footer-new .footer-left{
       width:90%;
       padding-left:25px;
  }
  .footer-new .footer-left .ul-nav{
    justify-content: flex-start;
  }
  .footer-new .footer-left .ul-nav .nav-li{
    padding: 0;
  }
  .footer-new .footer-right{
    width:40%;
  }
  .content-footer{
    width:100%;
  }
}

@media screen and (max-width:974px){
    .footer-new{
        display: none;
    }
    .footer-phone{
        display: flex;

    }
    .footer-phone{
        width:100%;
        background-color:rgba(0,0,0,0.8);
        padding:20px 0;
        margin:0 auto;

    }
    .footer-phone .phone-up{
        width:45%;
        margin:0 auto;
      display: flex;
      flex-wrap:wrap;
    }
    .footer-phone .phone-up .p-ul{
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .footer-phone .phone-up .p-ul .p-ulli{
        width:33%;
        margin:auto;
      position:relative;
      top:0;
      left:0;
    }
    .footer-phone .phone-up .p-ul .p-ulli>a{
        font-size: 15px;
        color:#c8121b;
        text-align:center;
    }
    .footer-phone .phone-up .p-ul .p-ulli ul li >a{
        color:#fff;
        font-size:13px;
    }
    .footer-phone .phone-up .p-ul .p-ulli >img{
        width:15px;
        height:15px;
        text-align:right;
    }
    .footer-phone .phone-up .p-ul .p-ulli .pli-child{
      display: none;

      width:100%;
      position: absolute;
      background-color:rgba(0,0,0,.6);
      padding: 5px 0;
      z-index:9;
      max-height:92px;
      overflow: auto;
    }
  .footer-phone .phone-up .p-ul .p-ulli .pli-child>li{
    line-height: 22px;
  }
    .phone-down{
        width:55%;
        display: flex;
        flex-wrap:wrap;
    }
    .phone-down .footer-pl{
       width:48%;
      margin:auto;
      text-align:center;
    }
    .phone-down .footer-pl .code2{
        width:25%;
    }
    .phone-down .footer-pl >p{
        width:70%;
        margin:0 auto;
        padding:5px 0;
    }
    .phone-down .footer-pl >p >img{
        width:20%;
    }
    .phone-down .footer-pl >p >span{
        font-size: 12px;
        color:#fff;
    }
    .phone-down .footer-pr{
        width:52%;
        display: flex;
        flex-wrap: nowrap;
        font-size: 12px;
         color:#fff;
        margin:auto;
    }
  .footer-pr >a{
    font-size: 12px;
    color:#fff;

  }
  .footer-pr >a:first-child{
    padding-right: 10px;
  }
  .footer-pr >a:last-child{
    padding-right: 20px;
  }
  .phone-down .footer-pr> a >div{
    text-align: center;

  }
  .phone-down .footer-pr> a >div>img{
    padding-bottom: 10px;
    width:47%;
  }
  .phone-down .footer-pr> a >div >span{
    display: block;
  }
  .phone-down .footer-pl >p >img{
    width:15%;
  }

  .phone-down .footer-pl .code2{
    width:40%;
  }

}
@media screen and (max-width:532px){
  .footer-phone .phone-up .p-ul .p-ulli .pli-child{
    /*max-height: 133px;*/
  }
}

@media screen and (max-width:661px){
  .footer-phone{
    flex-wrap:wrap;
  }
  .footer-phone .phone-up{
    width:100%;
  }
  .phone-down{
    width:100%;
  }
  .footer-phone .phone-up .p-ul .p-ulli{
    padding-bottom: 2%;
  }
  .phone-down .footer-pr{
    justify-content: space-around;
  }

}
@media screen and (max-width:500px){
  .phone-down .footer-pl .code2{
    width:37%;
  }
  .phone-down .footer-pr> a >div>img{
    width:40%;
  }
  .contact-mask2{
    width:220px;
    height:105px;
    right:5px;
  }
  .arrow-up{
    right:20px;
  }
  .content-2-main .tech-h2 a{
    top:-72px;
  }
}
/*footer  2020.3.28适配---结束*/


@media screen and (max-width:1420px) and (min-width:1200px){
  .header .header-right{
    margin-right: 1%;
    padding-right: 25px;
  }
}
@media screen and (width:1024px){
  .header .logo{
    margin-left: 1%;
    padding-top: 9px;
  }
  .nav{
    padding-right: 0;
  }
  .header.header-right{
    margin-right: 3%;
    padding-right:52px;
  }
  .header .header-right .nav > li{
    padding: 1px;
  }
}
@media screen and (min-width:1501px) and (max-width:1629px){
  .header .header-right{
    margin-right: 5%;
  }
}

